operator (+) Interface

public interface operator (+)

Calls

interface~~operator (+)~21~~CallsGraph interface~operator (+)~21 operator (+) proc~ch_add ch_add interface~operator (+)~21->proc~ch_add

Module Procedures

public function ch_add(cho1, cho2) result(cho3)

Arguments

Type IntentOptional Attributes Name
type(ch_output), intent(in) :: cho1
type(ch_output), intent(in) :: cho2

Return Value type(ch_output)